home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "<Space>"){
- if(_root.board.granates >= 1)
- {
- if(_root["12"] == 1)
- {
- _root.granateoben.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 4)
- {
- _root.granatelinks.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 3)
- {
- _root.granaterechts.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 2)
- {
- _root.granateunten.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 8)
- {
- _root.granateuntenlinks.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 7)
- {
- _root.granateuntenrechts.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 6)
- {
- _root.granateobenlinks.play();
- _root.board.granates -= 1;
- }
- if(_root["12"] == 5)
- {
- _root.granateobenrechts.play();
- _root.board.granates -= 1;
- }
- }
- }
-